home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / tracker_4_31.lzh / tracker / Arch / Sgi / config.h < prev   
Text File  |  1995-02-27  |  227b  |  17 lines

  1. /* config.h 
  2.     vi:ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for the SGI platform */
  6.  
  7. #define USE_TERMIOS
  8. #define MALLOC_NOT_IN_STDLIB
  9. #define SIGNED
  10.  
  11. typedef void *GENERIC;
  12.  
  13. #define P(args) args
  14. #define ID(x)
  15.  
  16. #define stricmp strcasecmp
  17.